Returns the integer closest to the value in the argument number. This integer is equal to or less than, but not greater than number. If the argument is a positive real number, the fraction is truncated. A negative real number is rounded down to the next lowest whole number.
Format: INT (number)
Argument:
ΓÇó number: A numeric expression.
Example:
INT (5.76) returns 5.
Shows that 5 is the integer closest to, but not greater than, the value in the argument number.